Skip to content

Fix issue #7666: Open chat menu using Ctrl+Shift+L shortcut#7774

Open
sprt-schk wants to merge 2 commits intosignalapp:mainfrom
sprt-schk:7666-keyboard-shortcut-not-working
Open

Fix issue #7666: Open chat menu using Ctrl+Shift+L shortcut#7774
sprt-schk wants to merge 2 commits intosignalapp:mainfrom
sprt-schk:7666-keyboard-shortcut-not-working

Conversation

@sprt-schk
Copy link
Copy Markdown

@sprt-schk sprt-schk commented Mar 17, 2026

First time contributor checklist:

Contributor checklist:

  • My contribution is not related to translations.
  • My commits are in nice logical chunks with good commit messages
  • My changes are rebased on the latest main branch
  • A pnpm run ready run passes successfully (more about tests here)
  • My changes are ready to be shipped to users

Description

Fixes #7666: Ctrl+Shift+L / Cmd+Shift+L shortcut opens the conversation header “more” menu again.
Root cause: the menu uses Radix DropdownMenu, which toggles on pointerdown, but the shortcut handler synthesized a click event.

@sprt-schk sprt-schk closed this Mar 17, 2026
@sprt-schk sprt-schk reopened this Mar 17, 2026
@trevor-signal trevor-signal self-requested a review March 19, 2026 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Open chat menu" keyboard shortcut no longer works

1 participant